home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / v cisle / startup / StartupCPL.exe / STARTUP.INF < prev   
Windows Setup INFormation  |  2003-01-03  |  1KB  |  37 lines

  1. ; Application: Startup Control Panel
  2. ; Version    : 2.8
  3. ; Author     : Mike Lin
  4. ; Copyright  : ⌐ 2003 by Mike Lin
  5. ; Created by : the UNREGISTERED VERSION of INF-Tool Setup Program and INF File Generator
  6. ;              from http://Inner-Smile.com
  7. ; Note: INF-Tool Professional is capable to create advanced setup packages
  8. ;       including Uninstall functionality, support for Long File Names,
  9. ;       Start Menu groups, a small (4 KB!) Setup utility for your disks,
  10. ;       digitally signed, password-encrypted setup programs and much more.
  11. ;       Save resources and use INF-Tool instead of huge "Bloatware"-Installers!
  12. ; ---------------------------------------------------------------------------
  13.  
  14. [Version]
  15. Signature=$Chicago$
  16. Provider=%Author%
  17. SetupClass=BASE
  18. Compatible=1
  19. Generator=INF-Tool v6.3d Lite
  20. [Strings]
  21. Product="Startup Control Panel"
  22. Version="2.8"
  23. Author="Mike Lin"
  24. Copyright="⌐ 2003 by Mike Lin"
  25. DiskName="Startup Control Panel, Setup Disk #1"
  26. Setup="SOFTWARE\Microsoft\Windows\CurrentVersion\Setup"
  27. [SourceDisksNames]
  28. 1=%DiskName%,,0
  29. [SourceDisksFiles]
  30. Startup.cpl=1
  31. [DestGrp]
  32. Startup.cpl
  33. [DestinationDirs]
  34. DestGrp=11
  35. [DefaultInstall]
  36. Copyfiles=DestGrp
  37.